You are here: Scripting Reference > Operators > Assignment Operator

Assignment Operator

Assignment Operator is used to set the value of a variable or parameter

Operator Operation Operand Result Example
+ Assignment Any data type Any data type Value := 10;